home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / craise.6 < prev    next >
Text File  |  1996-07-16  |  416b  |  20 lines

  1. .TH CRAISE
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. CRAISE
  5.  
  6.  
  7.  
  8.  CurveType CRAISE( CurveType Curve, NumericType NewOrder )
  9.  
  10. Raise Curve to the NewOrder Order specified.
  11.  
  12. Example:
  13.  
  14.     Crv = cbezier( list( ctlpt( E2, -0.7,  0.3 ),
  15.                          ctlpt( E2,  0.0,  1.0 ),
  16.                          ctlpt( E2,  0.7,  0.0 ) ) );
  17.     Crv2 = CRAISE( Crv, 5 );
  18.  
  19. raises the 90 degrees corner Bezier curve Crv to be a quartic.
  20.